vcComponentPathSensor
Component Path Sensor allows you to detect components moving along a path.
See in: Overview
Module: vcBehaviors
Parent: vcBehavior
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| BoolSignal | vcBooleanSignal | RW | Gets or sets the boolean signal used to signal when a component triggers the sensor. |
| BoolSignalValue | Boolean | RW | Gets or sets if BoolSignal sends a signal.See moreA True value means a component triggered the sensor. A False value means the sensor has either been reset or not yet triggered by a component. Generally, BoolSignalValue is used to disable the use of BoolSignal in the sensor. |
| ComponentSignal | vcComponentSignal | RW | Gets or sets the component signal used to signal what component was detected by the sensor. |
| Distance | Real | RW | Gets or sets the distance of the path sensor. |
| Frame | vcFrameFeature | RW | Gets or sets the frame feature referenced as the physical location of the sensor. |
| ResetAt | vcTriggerPosition | RW | Gets or sets the mode of the sensor for resetting itself after detecting a component. |
| TriggerAt | vcTriggerPosition | RW | Gets or sets the mode of the sensor for detecting components. |